1 Commits

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

View File

@@ -38,7 +38,7 @@
"globals": "^16.4.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.2.4" "vite": "^7.1.12"
} }
}, },
"node_modules/@babel/code-frame": { "node_modules/@babel/code-frame": {
@@ -5094,9 +5094,9 @@
} }
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "7.2.4", "version": "7.1.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.2.4.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz",
"integrity": "sha512-NL8jTlbo0Tn4dUEXEsUg8KeyG/Lkmc4Fnzb8JXN/Ykm9G4HNImjtABMJgkQoVjOBN/j2WAwDTRytdqJbZsah7w==", "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"peer": true, "peer": true,

View File

@@ -40,6 +40,6 @@
"globals": "^16.4.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.2.4" "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"