mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
Fix markdown tables (#2177)
This commit is contained in:
parent
1f237a6422
commit
a003ae108b
@ -1,7 +1,7 @@
|
||||
//! # Cargo features
|
||||
//!
|
||||
//! | Feature | Description |
|
||||
//! |----------------------|---------------------------------------------------------------------------|
|
||||
//! |---------------------|----------------------------------------------------------------------------|
|
||||
//! | `raw_window_handle` | Include support for the [`raw_window_handle`] library. Enabled by default. |
|
||||
//! | `winit` | Include support for the [`winit`] library. Enabled by default. |
|
||||
//!
|
||||
|
@ -97,7 +97,7 @@
|
||||
//! # Cargo features
|
||||
//!
|
||||
//! | Feature | Description |
|
||||
//! |----------------------|---------------------------------------------------------------||
|
||||
//! |----------------------|----------------------------------------------------------------|
|
||||
//! | `macros` | Include reexports from [`vulkano-macros`]. Enabled by default. |
|
||||
//! | `document_unchecked` | Include `_unchecked` functions in the generated documentation. |
|
||||
//! | `serde` | Enables (de)serialization of certain types using [`serde`]. |
|
||||
|
Loading…
Reference in New Issue
Block a user