mdbook-iced 0.2.0

An mdBook preprocessor to turn iced code blocks into interactive examples
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "iceberg"
version = "0.0.0"
edition = "2021"
publish = false

[dependencies.iced]
git = "https://github.com/iced-rs/iced.git"
{{ GIT_REFERENCE }}
default-features = false
features = ["wgpu", "webgl", "web-colors", "fira-sans", "auto-detect-theme"]