mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add api for accessing backend texture via epi (#695)
* Define NativeTexture trait for offscreen rendering add demo for NativeTexture trait * write changelog * add comment for native texture example * formatting * add license of Rust logo * NativeTexture trait method rename remove duplicate function with native texture remove rust logo * deprecated notice for register_glium_texture,register_webgl_texture * collect deprecated notice
This commit is contained in:
@@ -39,6 +39,8 @@ tts = { version = "0.17", optional = true }
|
||||
# feature "time"
|
||||
chrono = { version = "0.4", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
image = { version = "0.23", default-features = false, features = ["png"] }
|
||||
[features]
|
||||
default = ["default_fonts"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user