diff --git a/Cargo.toml b/Cargo.toml index d276974..fd0c422 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ version = "0.4.1" [dependencies.bevy] version = "0.17.2" -features = ["wayland", "dynamic_linking"] +features = ["wayland", "dynamic_linking", "track_location"] [dev-dependencies] lipsum = "*" diff --git a/flake.lock b/flake.lock index 013dd56..9065c66 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1755615617, - "narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=", + "lastModified": 1763678758, + "narHash": "sha256-+hBiJ+kG5IoffUOdlANKFflTT5nO3FrrR2CA3178Y5s=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "20075955deac2583bb12f07151c2df830ef346b4", + "rev": "117cc7f94e8072499b0a7aa4c52084fa4e11cc9b", "type": "github" }, "original": { diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 31ec0f4..ec66552 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2025-07-16" +channel = "nightly-2025-11-21" components = [ "rustfmt", "rustc-dev", "cargo", "clippy", "rust-analyzer", "rustc-codegen-cranelift" ] targets = [ "x86_64-unknown-linux-gnu", "wasm32-unknown-unknown" ]