update dependencies
This commit is contained in:
parent
3e88e41265
commit
0f8377455c
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt" }
|
ggdt = { path = "../../ggdt" }
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt" }
|
ggdt = { path = "../../ggdt" }
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt", features = [] }
|
ggdt = { path = "../../ggdt", features = [] }
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt" }
|
ggdt = { path = "../../ggdt" }
|
||||||
ggdt_imgui = { path = "../../ggdt_imgui" }
|
ggdt_imgui = { path = "../../ggdt_imgui" }
|
||||||
imgui = "0.11.0"
|
imgui = "0.11.0"
|
||||||
|
|
|
@ -4,7 +4,7 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt", features = [] }
|
ggdt = { path = "../../ggdt", features = [] }
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0.79"
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt" }
|
ggdt = { path = "../../ggdt" }
|
||||||
|
|
|
@ -4,5 +4,5 @@ version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
ggdt = { path = "../../ggdt" }
|
ggdt = { path = "../../ggdt" }
|
||||||
|
|
|
@ -6,18 +6,18 @@ authors = ["Gered King <gered@blarg.ca>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byte-slice-cast = "1.2.1"
|
byte-slice-cast = "1.2.2"
|
||||||
byteorder = "1.4.3"
|
byteorder = "1.5.0"
|
||||||
thiserror = "=1.0.30"
|
thiserror = "=1.0.50"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
num = "0.4.0"
|
num = "0.4.1"
|
||||||
num-derive = "0.3.3"
|
num-derive = "0.4.1"
|
||||||
num-traits = "0.2.15"
|
num-traits = "0.2.17"
|
||||||
bitflags = "2.1.0"
|
bitflags = "2.4.1"
|
||||||
flate2 = "1.0.25"
|
flate2 = "1.0.28"
|
||||||
crc32fast = "1.3.2"
|
crc32fast = "1.3.2"
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.192", features = ["derive"] }
|
||||||
serde_json = "1.0.79"
|
serde_json = "1.0.108"
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies]
|
[target.'cfg(not(windows))'.dependencies]
|
||||||
sdl2 = { git = "https://github.com/Rust-SDL2/rust-sdl2/", rev = "819ab438ac971a922d6ee1da558822002d343b4e", features = ["static-link", "bundled", "use-pkgconfig", "unsafe_textures"] }
|
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]
|
[dev-dependencies]
|
||||||
claim = "0.5.0"
|
claim = "0.5.0"
|
||||||
criterion = "0.4.0"
|
criterion = "0.5.1"
|
||||||
anyhow = "=1.0.55"
|
anyhow = "=1.0.75"
|
||||||
tempfile = "3.4.0"
|
tempfile = "3.8.1"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "bitmap"
|
name = "bitmap"
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
use std::simd;
|
use std::simd;
|
||||||
|
use std::simd::{SimdFloat, SimdUint};
|
||||||
|
|
||||||
use crate::graphics::{edge_function, per_pixel_triangle_2d, BlendFunction, RgbaBitmap, RGBA};
|
use crate::graphics::{edge_function, per_pixel_triangle_2d, BlendFunction, RgbaBitmap, RGBA};
|
||||||
use crate::math::Vector2;
|
use crate::math::Vector2;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
use std::ops::{Mul, MulAssign};
|
use std::ops::{Mul, MulAssign};
|
||||||
use std::simd;
|
use std::simd;
|
||||||
|
use std::simd::{SimdFloat, SimdUint};
|
||||||
|
|
||||||
use byteorder::{ReadBytesExt, WriteBytesExt};
|
use byteorder::{ReadBytesExt, WriteBytesExt};
|
||||||
|
|
||||||
|
|
|
@ -10,4 +10,4 @@ edition = "2021"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ggdt = { path = "../ggdt" }
|
ggdt = { path = "../ggdt" }
|
||||||
imgui = { version = "0.11.0", features = ["docking"] }
|
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
|
# 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
|
# 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.
|
# 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