1 Commits

Author SHA1 Message Date
d794f0284a Update Rust crate eframe to 0.33.2
Some checks failed
continuous-integration/drone/push Build is failing
2025-11-28 00:18:54 +00:00
4 changed files with 363 additions and 268 deletions

View File

@@ -35,7 +35,7 @@
"eslint": "^9.39.1", "eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24", "eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0", "globals": "^16.4.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.46.3", "typescript-eslint": "^8.46.3",
"vite": "^7.1.12" "vite": "^7.1.12"
@@ -3879,9 +3879,9 @@
} }
}, },
"node_modules/globals": { "node_modules/globals": {
"version": "16.5.0", "version": "16.4.0",
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz", "resolved": "https://registry.npmjs.org/globals/-/globals-16.4.0.tgz",
"integrity": "sha512-c/c15i26VrJ4IRt5Z89DnIzCGDn9EcebibhAOjw5ibqEHsE1wLUgkPn9RDmNcUKyU87GeaL633nyJ+pplFR2ZQ==", "integrity": "sha512-ob/2LcVVaVGCYN+r14cnwnoDPUufjiYgSqRhiFD0Q1iI4Odora5RE8Iv1D24hAz5oMophRGkGz+yuvQmmUMnMw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"engines": { "engines": {

View File

@@ -37,7 +37,7 @@
"eslint": "^9.39.1", "eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24", "eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0", "globals": "^16.4.0",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.46.3", "typescript-eslint": "^8.46.3",
"vite": "^7.1.12" "vite": "^7.1.12"

File diff suppressed because it is too large Load Diff

View File

@@ -8,5 +8,5 @@ env_logger = "0.11.8"
log = "0.4.28" log = "0.4.28"
clap = { version = "4.5.53", features = ["derive", "env"] } clap = { version = "4.5.53", features = ["derive", "env"] }
egui = "0.32.3" egui = "0.32.3"
eframe = "0.32.3" eframe = "0.33.2"
lazy_static = "1.5.0" lazy_static = "1.5.0"