No description
  • Rust 83%
  • Nix 17%
Find a file
Flo Ride 6ed562eee3 build(dev): update devShell dependencies to use develop versions
Updates the `devShells.default` configuration in `flake.nix` to reference the `.develop` versions for the rust-toolchain, dioxus-cli, and bevy-cli packages. This ensures that development environments utilize the latest development builds of these tools.
2026-05-19 17:35:25 +02:00
.cargo chore(config): add initial project setup files 2026-05-15 17:59:31 +02:00
assets/textures/sprites/characters feat(npc): implement wandering npc system with random movement 2026-05-19 15:21:05 +02:00
src refactor(character): unify position tracking with grid coordinates 2026-05-19 17:34:55 +02:00
.envrc chore(config): add initial project setup files 2026-05-15 17:59:31 +02:00
.gitignore chore(config): add initial project setup files 2026-05-15 17:59:31 +02:00
Cargo.lock feat(npc): implement wandering npc system with random movement 2026-05-19 15:21:05 +02:00
Cargo.toml feat(npc): implement wandering npc system with random movement 2026-05-19 15:21:05 +02:00
flake.lock chore(config): add initial project setup files 2026-05-15 17:59:31 +02:00
flake.nix build(dev): update devShell dependencies to use develop versions 2026-05-19 17:35:25 +02:00
README.md chore(config): add initial project setup files 2026-05-15 17:59:31 +02:00
rust-toolchain.toml feat(player): add character systems and grid-based input handling 2026-05-19 10:30:10 +02:00
rustfmtl.toml chore(config): add initial project setup files 2026-05-15 17:59:31 +02:00

Flokemon