Registry / gui / egui-dock

egui-dock

JSON →
library0.19.1rscratesunverified

Docking system for egui - an immediate-mode GUI library for Rust.

# Cargo.toml [dependencies] egui_dock = "0.19.1"
INSTALL
IMPORT
SIG · EGUI-DOCK
E
egui-dock
guirustv0.19.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DockState
use egui_dock::DockState;

Creates a new DockState for managing docked tabs.

use egui_dock::DockState; fn main() { let _state = DockState::new(vec!["Tab1".to_string()]); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
egui-dock — cargo add egui-dock · libregistry