Add a libcosmic editor sample that uses the image renderer (WIP)

This commit is contained in:
Jeremy Soller 2022-10-27 13:46:04 -06:00
parent dbe223acba
commit ed9a3b7840
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE
4 changed files with 640 additions and 0 deletions

3
editor-libcosmic-image.sh Executable file
View file

@ -0,0 +1,3 @@
# SPDX-License-Identifier: MIT OR Apache-2.0
RUST_LOG="cosmic_text=debug,editor_libcosmic_image=debug" cargo run --release --package editor-libcosmic-image -- "$@"