Restructured everything to make profiling a feature of iced_winit.
This commit is contained in:
parent
c5cd236b73
commit
4b6d3797d4
23 changed files with 184 additions and 254 deletions
|
|
@ -8,25 +8,24 @@ license = "MIT AND OFL-1.1"
|
|||
repository = "https://github.com/iced-rs/iced"
|
||||
|
||||
[features]
|
||||
bmp = ["iced_graphics/bmp"]
|
||||
canvas = ["iced_graphics/canvas"]
|
||||
dds = ["iced_graphics/dds"]
|
||||
default_system_font = ["iced_graphics/font-source"]
|
||||
farbfeld = ["iced_graphics/farbfeld"]
|
||||
gif = ["iced_graphics/gif"]
|
||||
hdr = ["iced_graphics/hdr"]
|
||||
ico = ["iced_graphics/ico"]
|
||||
svg = ["iced_graphics/svg"]
|
||||
image = ["iced_graphics/image"]
|
||||
png = ["iced_graphics/png"]
|
||||
jpeg = ["iced_graphics/jpeg"]
|
||||
jpeg_rayon = ["iced_graphics/jpeg_rayon"]
|
||||
png = ["iced_graphics/png"]
|
||||
pnm = ["iced_graphics/pnm"]
|
||||
qr_code = ["iced_graphics/qr_code"]
|
||||
spirv = ["wgpu/spirv"]
|
||||
svg = ["iced_graphics/svg"]
|
||||
trace = ["iced_profiling"]
|
||||
webgl = ["wgpu/webgl"]
|
||||
gif = ["iced_graphics/gif"]
|
||||
webp = ["iced_graphics/webp"]
|
||||
pnm = ["iced_graphics/pnm"]
|
||||
ico = ["iced_graphics/ico"]
|
||||
bmp = ["iced_graphics/bmp"]
|
||||
hdr = ["iced_graphics/hdr"]
|
||||
dds = ["iced_graphics/dds"]
|
||||
farbfeld = ["iced_graphics/farbfeld"]
|
||||
canvas = ["iced_graphics/canvas"]
|
||||
qr_code = ["iced_graphics/qr_code"]
|
||||
default_system_font = ["iced_graphics/font-source"]
|
||||
spirv = ["wgpu/spirv"]
|
||||
webgl = ["wgpu/webgl"]
|
||||
|
||||
[dependencies]
|
||||
wgpu = "0.14"
|
||||
|
|
@ -51,9 +50,8 @@ version = "0.5"
|
|||
path = "../graphics"
|
||||
features = ["font-fallback", "font-icons"]
|
||||
|
||||
[dependencies.iced_profiling]
|
||||
version = "0.1.0"
|
||||
path = "../profiling"
|
||||
[dependencies.tracing]
|
||||
version = "0.1.6"
|
||||
optional = true
|
||||
|
||||
[dependencies.encase]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue