mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-26 12:59:00 +00:00
1.48 required T: Debug for unsafe cell's Debug impl
This commit is contained in:
parent
3eaee3359d
commit
7bc3715f42
@ -6,6 +6,7 @@ use std::str;
|
|||||||
use std::{fmt, ptr};
|
use std::{fmt, ptr};
|
||||||
|
|
||||||
/// this is the unsafe cell upon which we build our abstraction.
|
/// this is the unsafe cell upon which we build our abstraction.
|
||||||
|
#[derive(Debug)]
|
||||||
pub(crate) struct UiBuffer {
|
pub(crate) struct UiBuffer {
|
||||||
buffer: Vec<u8>,
|
buffer: Vec<u8>,
|
||||||
max_len: usize,
|
max_len: usize,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user