This website requires JavaScript.
Explore
Help
Sign in
alex
/
baseview
Watch
1
Star
0
Fork
You've already forked baseview
0
Code
Activity
3ff8a471f3
baseview
/
src
/
x11
/
mod.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
OpenGL surface for X11/XCB
2020-05-31 14:29:32 -04:00
mod
xcb_connection
;
use
xcb_connection
::
XcbConnection
;
Add compiler arguments for choosing between OpenGL or wgpu. Add Receiver and Message types.
2020-09-02 16:22:49 -05:00
mod
window
;
pub
use
window
::
*
;
Copy permalink