update dependencies
This commit is contained in:
parent
3e88e41265
commit
0f8377455c
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt" }
|
||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt" }
|
||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt", features = [] }
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt" }
|
||||
ggdt_imgui = { path = "../../ggdt_imgui" }
|
||||
imgui = "0.11.0"
|
||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt", features = [] }
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt" }
|
||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "=1.0.55"
|
||||
anyhow = "=1.0.75"
|
||||
ggdt = { path = "../../ggdt" }
|
||||
|
|
|
@ -6,18 +6,18 @@ authors = ["Gered King <gered@blarg.ca>"]
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
byte-slice-cast = "1.2.1"
|
||||
byteorder = "1.4.3"
|
||||
thiserror = "=1.0.30"
|
||||
byte-slice-cast = "1.2.2"
|
||||
byteorder = "1.5.0"
|
||||
thiserror = "=1.0.50"
|
||||
rand = "0.8.5"
|
||||
num = "0.4.0"
|
||||
num-derive = "0.3.3"
|
||||
num-traits = "0.2.15"
|
||||
bitflags = "2.1.0"
|
||||
flate2 = "1.0.25"
|
||||
num = "0.4.1"
|
||||
num-derive = "0.4.1"
|
||||
num-traits = "0.2.17"
|
||||
bitflags = "2.4.1"
|
||||
flate2 = "1.0.28"
|
||||
crc32fast = "1.3.2"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.79"
|
||||
serde = { version = "1.0.192", features = ["derive"] }
|
||||
serde_json = "1.0.108"
|
||||
|
||||
[target.'cfg(not(windows))'.dependencies]
|
||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
||||
|
@ -27,9 +27,9 @@ sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a9
|
|||
|
||||
[dev-dependencies]
|
||||
claim = "0.5.0"
|
||||
criterion = "0.4.0"
|
||||
anyhow = "=1.0.55"
|
||||
tempfile = "3.4.0"
|
||||
criterion = "0.5.1"
|
||||
anyhow = "=1.0.75"
|
||||
tempfile = "3.8.1"
|
||||
|
||||
[[bench]]
|
||||
name = "bitmap"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
use std::simd;
|
||||
use std::simd::{SimdFloat, SimdUint};
|
||||
|
||||
use crate::graphics::{edge_function, per_pixel_triangle_2d, BlendFunction, RgbaBitmap, RGBA};
|
||||
use crate::math::Vector2;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
use std::ops::{Mul, MulAssign};
|
||||
use std::simd;
|
||||
use std::simd::{SimdFloat, SimdUint};
|
||||
|
||||
use byteorder::{ReadBytesExt, WriteBytesExt};
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ edition = "2021"
|
|||
[dependencies]
|
||||
ggdt = { path = "../ggdt" }
|
||||
imgui = { version = "0.11.0", features = ["docking"] }
|
||||
thiserror = "=1.0.30"
|
||||
thiserror = "=1.0.50"
|
||||
|
|
|
@ -4,4 +4,4 @@
|
|||
# necessarily see a reason to keep using whatever nightly version is the latest, and would
|
||||
# prefer stick with versions that appear to be stable and just periodically do manual updates
|
||||
# here to get *some* peace of mind in terms of build stability.
|
||||
channel = "nightly-2023-05-30"
|
||||
channel = "nightly-2023-11-10"
|
Loading…
Reference in a new issue