mirror of
https://github.com/tauri-apps/tauri-egui.git
synced 2026-02-04 02:41:19 +01:00
[create-pull-request] automated change
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"tauri-egui": minor
|
||||
---
|
||||
|
||||
Update tauri-egui to tauri v2 alpha 4.
|
||||
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## \[0.3.0]
|
||||
|
||||
- Update tauri-egui to tauri v2 alpha 4.
|
||||
- [c276d41](https://www.github.com/tauri-apps/tauri-egui/commit/c276d4192487b35eb0923188d8668f1fff6544db) Added change file on 2023-03-20
|
||||
|
||||
## \[0.2.0]
|
||||
|
||||
- Update tauri-egui to tauri v2.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri-egui"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
readme = "README.md"
|
||||
@@ -23,7 +23,7 @@ rand = "0.8"
|
||||
raw-window-handle = "0.5"
|
||||
|
||||
[dev-dependencies]
|
||||
tauri = { version = "=2.0.0-alpha.4"}
|
||||
tauri = { version = "=2.0.0-alpha.4" }
|
||||
egui_demo_app = { path = "examples/egui_demo_app" }
|
||||
|
||||
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
|
||||
|
||||
Reference in New Issue
Block a user