all: remove control center in its entirety
This commit is contained in:
parent
1dfd6169f8
commit
769d12a525
97 changed files with 59 additions and 10580 deletions
|
|
@ -26,12 +26,6 @@ pub const TREES: &[Tree] = &[
|
|||
"legacy/tex.frag",
|
||||
],
|
||||
},
|
||||
Tree {
|
||||
root: "src/egui_adapter/shaders",
|
||||
hash: "src/egui_adapter/shaders_hash.txt",
|
||||
bin: "src/egui_adapter/shaders_bin",
|
||||
shaders: &["shader.vert", "shader.frag"],
|
||||
},
|
||||
];
|
||||
|
||||
fn calculate_hash(tree: &Tree) -> anyhow::Result<String> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue