feat: nix flake
This commit is contained in:
@@ -37,7 +37,7 @@ async fn main() -> Result<()> {
|
||||
.pretty()
|
||||
.init();
|
||||
let (client, event_loop) = Client::connect_with_async_loop().await?;
|
||||
client.set_base_prefixes(&[directory_relative_path!("res")]);
|
||||
client.set_base_prefixes(&[directory_relative_path!("../res")]);
|
||||
|
||||
let _root = client.wrap_root(AppHexGrid::new(&client).await)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user