gemini feat: optimize drawing performance by caching layer styles during strokes and improve UI/UX for layer styles and menus, improved drop shadow

This commit is contained in:
2026-07-13 14:37:22 +03:00
parent 356fac571d
commit 2284a7d81f
50 changed files with 777 additions and 239 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
use std::path::Path;
fn main() {
let path = Path::new("/home/hc/Pictures/_psd_stil_test/sultan.psd");
let path = Path::new("_images/_psd_stil_test/sultan.psd");
if !path.exists() {
println!("File not found: {}", path.display());
return;