update deps

master
Fabien Freling 2023-02-20 15:49:42 +01:00
parent 517650984c
commit 4c5992d6ec
3 changed files with 273 additions and 493 deletions

755
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ edition = "2021"
authors = ["Fabien Freling <public@ffreling.com>"]
[dependencies]
minifb = "0.19.3"
minifb = "0.24"
# From https://fasterthanli.me/articles/my-ideal-rust-workflow#advice-start
[profile.release]

View File

@ -29,14 +29,13 @@
in {
packages.default = craneLib.buildPackage {
src = craneLib.cleanCargoSource ./.;
};
# Add extra inputs here or any other derivation settings
buildInputs = with pkgs; [
libxkbcommon
];
devShells.default = pkgs.mkShell {
# Host tools
nativeBuildInputs = with pkgs; [
just
rustToolchain
rust-analyzer
];
};