5 lines
94 B
Rust
5 lines
94 B
Rust
use compile_shaders_core::update_hash;
|
|
|
|
fn main() -> anyhow::Result<()> {
|
|
update_hash()
|
|
}
|