zng/crates/zng-view
Samuel e4afb24484
Implement custom cursors. (#178)
2024-05-01 17:09:29 -03:00
..
src Implement custom cursors. (#178) 2024-05-01 17:09:29 -03:00
Cargo.toml Implement "block system shutdown" (#173) 2024-05-01 00:54:33 -03:00
README.md Reorganize project (#111) 2024-04-17 13:19:59 -03:00
build.rs Reorganize project (#111) 2024-04-17 13:19:59 -03:00

README.md

This crate is part of the zng project.

Cargo Features

This crate provides 3 feature flags, 2 enabled by default.

"ipc"

Enables pre-build and init as view-process.

If this is enabled all communication with the view is serialized/deserialized, even in same-process mode.

Enabled by default.

"software"

Enables software renderer fallback.

If enabled and a native OpenGL 3.2 driver is not available the swgl software renderer is used.

Enabled by default.

"bundle_licenses"

Bundle third party licenses.

Needs cargo-about and Internet connection during build.

Not enabled by default. Note that "view_prebuilt" always bundles licenses.