Fix markdown tables (#2177)

This commit is contained in:
marc0246 2023-04-04 09:45:50 +02:00 committed by GitHub
parent 1f237a6422
commit a003ae108b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
//! # Cargo features //! # Cargo features
//! //!
//! | Feature | Description | //! | Feature | Description |
//! |----------------------|---------------------------------------------------------------------------| //! |---------------------|----------------------------------------------------------------------------|
//! | `raw_window_handle` | Include support for the [`raw_window_handle`] library. Enabled by default. | //! | `raw_window_handle` | Include support for the [`raw_window_handle`] library. Enabled by default. |
//! | `winit` | Include support for the [`winit`] library. Enabled by default. | //! | `winit` | Include support for the [`winit`] library. Enabled by default. |
//! //!

View File

@ -97,7 +97,7 @@
//! # Cargo features //! # Cargo features
//! //!
//! | Feature | Description | //! | Feature | Description |
//! |----------------------|---------------------------------------------------------------|| //! |----------------------|----------------------------------------------------------------|
//! | `macros` | Include reexports from [`vulkano-macros`]. Enabled by default. | //! | `macros` | Include reexports from [`vulkano-macros`]. Enabled by default. |
//! | `document_unchecked` | Include `_unchecked` functions in the generated documentation. | //! | `document_unchecked` | Include `_unchecked` functions in the generated documentation. |
//! | `serde` | Enables (de)serialization of certain types using [`serde`]. | //! | `serde` | Enables (de)serialization of certain types using [`serde`]. |