✨ finalize ui
This commit is contained in:
parent
5ce50b76f5
commit
7ba30045a0
35 changed files with 4498 additions and 235 deletions
5
build.rs
5
build.rs
|
@ -29,5 +29,10 @@ fn main() {
|
|||
"src/flowbite.min.js",
|
||||
);
|
||||
|
||||
download_file(
|
||||
"https://fonts.gstatic.com/s/materialsymbolsoutlined/v226/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRNU22ZXGJpEpjC_1v-p_4MrImHCIJIZrDCvHOej.woff2",
|
||||
"src/material.woff2",
|
||||
);
|
||||
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue