tauri-egui icon indicating copy to clipboard operation
tauri-egui copied to clipboard

Update dependencies

Open niutech opened this issue 2 years ago • 1 comments

Fixes issue #27.

niutech avatar Mar 22 '24 10:03 niutech

Lock the versions of tauri packages using = because every beta release can be breaking but cargo treats every beta as a minor and will update the dependency anyway.

EDIT: Never mind, this fork wasn't tested to see if it would compile, you can't just update dependency versions.

ShayBox avatar Mar 22 '24 16:03 ShayBox