From 2b275d405531426829715091f375ab8c8995a20c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sat, 28 Mar 2026 15:41:25 +0100 Subject: [PATCH] Sort dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a4d078878..9a2a52704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,11 +90,10 @@ ehttp = { version = "0.7.1", default-features = false } enum-map = "2.7.3" env_logger = { version = "0.11.8", default-features = false } font-types = { version = "0.11.0", default-features = false, features = ["std"] } -harfrust = "0.5.2" -unicode-general-category = "1.1.0" glow = "0.17.0" glutin = { version = "0.32.3", default-features = false } glutin-winit = { version = "0.5.0", default-features = false } +harfrust = "0.5.2" home = "0.5.9" image = { version = "0.25.6", default-features = false } jiff = { version = "0.2.23", default-features = false } @@ -138,6 +137,7 @@ tokio = "1.49" toml = {version = "1.0.0", default-features = false } type-map = "0.5.1" unicode_names2 = { version = "2.0.0", default-features = false } +unicode-general-category = "1.1.0" unicode-segmentation = "1.12.0" vello_cpu = { version = "0.0.7", default-features = false, features = ["std", "u8_pipeline", "f32_pipeline"] } wasm-bindgen = "0.2.108" # Keep wasm-bindgen version in sync in: setup_web.sh, Cargo.toml, Cargo.lock, rust.yml. Don't update this spuriously, because of https://github.com/rerun-io/rerun/issues/8766