endbasic-sdl 0.12.1

The EndBASIC programming language - SDL graphical console
Documentation
[package]
name = "endbasic-sdl"
version = "0.12.1" # ENDBASIC-VERSION
license = "Apache-2.0"
authors = ["Julio Merino <jmmv@endbasic.dev>"]
categories = ["development-tools", "parser-implementations"]
keywords = ["basic", "interpreter", "learning", "programming"]
description = "The EndBASIC programming language - SDL graphical console"
homepage = "https://www.endbasic.dev/"
repository = "https://github.com/endbasic/endbasic"
readme = "README.md"
edition = "2024"

[lints]
workspace = true

[dependencies]
async-channel = "2.2"
async-trait = "0.1"
once_cell = "1.8"
tempfile = "3"

[dependencies.endbasic-core]
version = "0.12.1" # ENDBASIC-VERSION
path = "../core"

[dependencies.endbasic-std]
version = "0.12.1" # ENDBASIC-VERSION
path = "../std"

[dependencies.sdl2]
version = "0.38"
default-features = false
features = ["ttf"]

[dev-dependencies]
flate2 = "1.0"
futures-lite = "2.2"