hanabi_node_graph 0.1.0

Reusable egui node-graph canvas with caller-owned topology and state
Documentation
1
2
3
4
5
6
7
8
//! Font Awesome 7 codepoints used by the node-graph widget.
//!
//! The widget emits these glyphs assuming the host has merged the Font
//! Awesome 7 font into its egui fonts; it does not bundle the font itself.

pub const ICON_CIRCLE_EXCLAMATION: char = '\u{f06a}';
pub const ICON_TRIANGLE_EXCLAMATION: char = '\u{f071}';
pub const ICON_XMARK: char = '\u{f00d}';