Skip to content

Commit

Permalink
Updated compiler and flake
Browse files Browse the repository at this point in the history
  • Loading branch information
velllu committed Jul 26, 2024
1 parent 2be6c2e commit c998c48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 51 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@ edition = "2021"
[dev-dependencies]
colored = "2.0.4"
macroquad = "0.4.4"

# The emulator can be very slow without optimizations, use this to make it optimized
# along with the usual debug symbols and stuff
[profile.release-debug]
inherits = "dev"
opt-level = 3
54 changes: 10 additions & 44 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
rust-overlay.url = "github:oxalica/rust-overlay";
};

Expand Down

0 comments on commit c998c48

Please sign in to comment.