├── 0000-template.md ├── LICENSE ├── README.md └── text ├── 0006-theming.md ├── 0007-widget-operations.md ├── 0013-client-side-controls.md ├── 0015-svg-theming.md ├── 23-custom-pipelines.md ├── designs ├── 23-01-pointer.md ├── 23-02-widget.md └── 23-03-multi-backend.md ├── diagram.png └── silvia.jpeg /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /text/0006-theming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/0006-theming.md -------------------------------------------------------------------------------- /text/0007-widget-operations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/0007-widget-operations.md -------------------------------------------------------------------------------- /text/0013-client-side-controls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/0013-client-side-controls.md -------------------------------------------------------------------------------- /text/0015-svg-theming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/0015-svg-theming.md -------------------------------------------------------------------------------- /text/23-custom-pipelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/23-custom-pipelines.md -------------------------------------------------------------------------------- /text/designs/23-01-pointer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/designs/23-01-pointer.md -------------------------------------------------------------------------------- /text/designs/23-02-widget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/designs/23-02-widget.md -------------------------------------------------------------------------------- /text/designs/23-03-multi-backend.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/designs/23-03-multi-backend.md -------------------------------------------------------------------------------- /text/diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/diagram.png -------------------------------------------------------------------------------- /text/silvia.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iced-rs/rfcs/HEAD/text/silvia.jpeg --------------------------------------------------------------------------------