aviutl2-eframe 0.15.1

AviUtl2とegui/eframeをつなぐユーティリティ
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "aviutl2-eframe"
version = "0.15.1"
authors = ["Nanashi. <sevenc7c.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AviUtl2とegui/eframeをつなぐユーティリティ"
readme = "README.md"
categories = ["gui"]
license = "MIT"
repository = "https://github.com/sevenc-nanashi/aviutl2-rs"

[lib]
name = "aviutl2_eframe"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.aviutl2]
version = "0.15.1"

[dependencies.eframe]
version = "0.33.3"
features = ["glow"]
default-features = false

[dependencies.windows]
version = "0.61.3"
features = [
    "Win32_Foundation",
    "Win32_UI_WindowsAndMessaging",
    "Win32_System_Threading",
    "Win32_UI_Input_KeyboardAndMouse",
]

[dependencies.winit]
version = "0.30.9"