mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-23 11:28:28 +00:00
Replaced crate "clipboard" by "copypasta"
The crate clipboard is not maintained anymore and has a dependency with multiple security issues.
This commit is contained in:
parent
9ff2eabf29
commit
27f7d2fa57
@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
clipboard = "0.5"
|
copypasta = "0.8"
|
||||||
glium = { version = "0.32.1", default-features = true }
|
glium = { version = "0.32.1", default-features = true }
|
||||||
image = "0.23"
|
image = "0.23"
|
||||||
imgui = { path = "../imgui", features = ["tables-api"] }
|
imgui = { path = "../imgui", features = ["tables-api"] }
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
use clipboard::{ClipboardContext, ClipboardProvider};
|
use copypasta::{ClipboardContext, ClipboardProvider};
|
||||||
use imgui::ClipboardBackend;
|
use imgui::ClipboardBackend;
|
||||||
|
|
||||||
pub struct ClipboardSupport(pub ClipboardContext);
|
pub struct ClipboardSupport(pub ClipboardContext);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user