cvkg-render-native 0.1.17

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# cvkg-render-native

**cvkg-render-native** provides OS-level integration for CVKG applications on Desktop (Linux, Windows, macOS).

## 🚀 Quick Start

```rust
use cvkg_render_native::run_app;
use cvkg_components::{Text, VStack, Button};
use cvkg_core::View;

fn main() {
    run_app(