mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
New example 'custom_font_style' + improve docs (#1476)
This commit is contained in:
12
examples/custom_font_style/Cargo.toml
Normal file
12
examples/custom_font_style/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "custom_font_style"
|
||||
version = "0.1.0"
|
||||
authors = ["tami5 <kkharji@proton.me>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.60"
|
||||
publish = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../eframe" }
|
||||
Reference in New Issue
Block a user