1
0
Fork 0
forked from wry/wry
wry/compile-shaders/core/src/main.rs
2025-09-17 14:23:38 +02:00

5 lines
94 B
Rust

use compile_shaders_core::update_hash;
fn main() -> anyhow::Result<()> {
update_hash()
}