render: remove getters from Surface, reimplement buffer sharing with Send+Sync

This commit is contained in:
2024-12-02 19:36:17 +01:00
parent f789f6ded9
commit 6cafdcfa45
5 changed files with 247 additions and 114 deletions

View File

@@ -29,8 +29,6 @@ pio = ["esp-idf-svc/pio"]
std = ["alloc", "esp-idf-svc/binstart", "esp-idf-svc/std"]
alloc = ["esp-idf-svc/alloc"]
threads = []
[dependencies]
log = { version = "0.4", default-features = false }
esp-idf-svc = { version = "0.49", default-features = false }