[package] name="uniui_base" version="0.0.1" edition = "2018" license = "MIT OR Apache-2.0" description = "[UniUi] Collection of basic UI components" authors = ["MaxV "] [dependencies] # uniui_file = { path = "../uniui_file" } uniui_core = { version = "0.0.4", path = "../uniui_core" } uniui_gui = { version = "0.0.16", path = "../uniui_gui" } # uniui_gamepad = { path = "../uniui_gamepad" } # uniui_scene = { path = "../uniui_scene" } # uniui_signalmapper = { path = "../uniui_signalmapper" } uniui_widget_button = { version = "0.0.10", path = "../uniui_widget_button" } uniui_widget_textedit = { version = "0.0.11", path = "../uniui_widget_textedit" } # uniui_widget_radiobutton = { path = "../uniui_widget_radiobutton" } # uniui_widget_checkbox = { path = "../uniui_widget_checkbox" } uniui_widget_label = { version = "0.0.10", path = "../uniui_widget_label" } # uniui_widget_color_picker = { path = "../uniui_widget_color_picker" } # uniui_widget_slider = { path = "../uniui_widget_slider" } # uniui_widget_combobox = { path = "../uniui_widget_combobox" } # uniui_widget_groupbox = { path = "../uniui_widget_groupbox" } # uniui_widget_fileloader = { path = "../uniui_widget_fileloader" } # uniui_widget_fileselector = { path = "../uniui_widget_fileselector" } # uniui_widget_tabwidget = { path = "../uniui_widget_tabwidget" } # uniui_widget_canvas = { path = "../uniui_widget_canvas" } # uniui_wrapper_fixedsize = { path = "../uniui_wrapper_fixedsize" } # uniui_wrapper_focusable = { path = "../uniui_wrapper_focusable" } # uniui_wrapper_visibility = { path = "../uniui_wrapper_visibility" } uniui_wrapper_minimalsize = { version = "0.0.2", path = "../uniui_wrapper_minimalsize" } # uniui_wrapper_keyboardlistener = { path = "../uniui_wrapper_keyboardlistener" } # uniui_wrapper_mouseclicklistener = { path = "../uniui_wrapper_mouseclicklistener" } # uniui_wrapper_touchlistener = { path = "../uniui_wrapper_touchlistener" } # uniui_wrapper_stretchfactor = { path = "../uniui_wrapper_stretchfactor" } uniui_layout_linear_layout = { version = "0.0.10", path = "../uniui_layout_linear_layout" } # uniui_layout_framelayout = { path = "../uniui_layout_framelayout" } # uniui_layout_recyclerlayout = { path = "../uniui_layout_recyclerlayout" }