Skip to content

Commit 76125d8

Browse files
committed
Switch to use main scenic.
1 parent 0ca2078 commit 76125d8

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

config/dev.exs

+6-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ config :example, :viewport,
1111
default_scene: Example.Scene.Sensor,
1212
drivers: [
1313
[
14-
module: Scenic.Driver.Glfw,
14+
module: Scenic.Driver.Local,
1515
name: :glfw_driver,
16-
title: "Super Test Window",
17-
resizeable: false
18-
# on_close: :stop_driver
16+
window: [
17+
title: "Super Test Window",
18+
resizeable: false
19+
],
20+
on_close: :stop_driver
1921
]
2022
]

mix.exs

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ defmodule Example.MixProject do
44
def project do
55
[
66
app: :example,
7-
version: "0.1.0",
8-
elixir: "~> 1.12",
7+
version: "0.12.0",
8+
elixir: "~> 1.16",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()
1111
]
@@ -22,10 +22,9 @@ defmodule Example.MixProject do
2222
# Run "mix help deps" to learn about dependencies.
2323
defp deps do
2424
[
25-
{:scenic, git: "https://github.com/boydm/scenic.git", branch: "v0.11"},
26-
{:scenic_driver_glfw,
27-
git: "https://github.com/boydm/scenic_driver_glfw.git", branch: "v0.11"},
28-
{:truetype_metrics, "~> 0.5", only: [:dev, :test], runtime: false},
25+
{:scenic, git: "https://github.com/ScenicFramework/scenic.git", branch: "main", override: true},
26+
{:scenic_driver_local,
27+
git: "https://github.com/ScenicFramework/scenic_driver_local.git", branch: "main"},
2928
{:dialyxir, "~> 1.1", only: :dev, runtime: false}
3029
]
3130
end

mix.lock

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
%{
2-
"dialyxir": {:hex, :dialyxir, "1.1.0", "c5aab0d6e71e5522e77beff7ba9e08f8e02bad90dfbeffae60eaf0cb47e29488", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "07ea8e49c45f15264ebe6d5b93799d4dd56a44036cf42d0ad9c960bc266c0b9a"},
3-
"elixir_make": {:hex, :elixir_make, "0.6.2", "7dffacd77dec4c37b39af867cedaabb0b59f6a871f89722c25b28fcd4bd70530", [:mix], [], "hexpm", "03e49eadda22526a7e5279d53321d1cced6552f344ba4e03e619063de75348d9"},
4-
"erlex": {:hex, :erlex, "0.2.6", "c7987d15e899c7a2f34f5420d2a2ea0d659682c06ac607572df55a43753aa12e", [:mix], [], "hexpm", "2ed2e25711feb44d52b17d2780eabf998452f6efda104877a3881c2f8c0c0c75"},
2+
"dialyxir": {:hex, :dialyxir, "1.4.3", "edd0124f358f0b9e95bfe53a9fcf806d615d8f838e2202a9f430d59566b6b53b", [:mix], [{:erlex, ">= 0.2.6", [hex: :erlex, repo: "hexpm", optional: false]}], "hexpm", "bf2cfb75cd5c5006bec30141b131663299c661a864ec7fbbc72dfa557487a986"},
3+
"elixir_make": {:hex, :elixir_make, "0.8.4", "4960a03ce79081dee8fe119d80ad372c4e7badb84c493cc75983f9d3bc8bde0f", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.0", [hex: :certifi, repo: "hexpm", optional: true]}], "hexpm", "6e7f1d619b5f61dfabd0a20aa268e575572b542ac31723293a4c1a567d5ef040"},
4+
"erlex": {:hex, :erlex, "0.2.7", "810e8725f96ab74d17aac676e748627a07bc87eb950d2b83acd29dc047a30595", [:mix], [], "hexpm", "3ed95f79d1a844c3f6bf0cea61e0d5612a42ce56da9c03f01df538685365efb0"},
55
"ex_image_info": {:hex, :ex_image_info, "0.2.4", "610002acba43520a9b1cf1421d55812bde5b8a8aeaf1fe7b1f8823e84e762adb", [:mix], [], "hexpm", "fd1a7e02664e3b14dfd3b231d22fdd48bd3dd694c4773e6272b3a6228f1106bc"},
66
"font_metrics": {:hex, :font_metrics, "0.5.1", "10ce0b8b1bf092a2d3d307e05a7c433787ae8ca7cd1f3cf959995a628809a994", [:mix], [{:nimble_options, "~> 0.3", [hex: :nimble_options, repo: "hexpm", optional: false]}], "hexpm", "192e4288772839ae4dadccb0f5b1d5c89b73a0c3961ccea14b6181fdcd535e54"},
7-
"nimble_options": {:hex, :nimble_options, "0.3.5", "a4f6820cdcb4ee444afd78635f323e58e8a5ddf2fbbe9b9d283a99f972034bae", [:mix], [], "hexpm", "f5507cc90033a8d12769522009c80aa9164af6bab245dbd4ad421d008455f1e1"},
8-
"scenic": {:git, "https://github.com/boydm/scenic.git", "d69b04a0ee70210b52cdb879f32946ca6cfcec63", [branch: "v0.11"]},
9-
"scenic_driver_glfw": {:git, "https://github.com/boydm/scenic_driver_glfw.git", "631a4b42f3ff332f4cf42d5a1a51f666ad48aa64", [branch: "v0.11"]},
10-
"truetype_metrics": {:hex, :truetype_metrics, "0.5.1", "c2099f0ff199caecf8a814f8a1feda284681e88bf9a83e7b6ae95fffb2e7f336", [:mix], [{:font_metrics, "~> 0.5", [hex: :font_metrics, repo: "hexpm", optional: false]}], "hexpm", "d513cb5985551b020df3c4db25badad1b2b3d216bb82d03e5fda47751d3dd483"},
7+
"input_event": {:hex, :input_event, "1.4.2", "8ad280387595110cf4ac4d92cfcfd2f5d61f7285084f35adc5feec077df23058", [:make, :mix], [{:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "eb12e3a5d83f2c570d965ad0a5de7bea7c9f387b425ae882c00f3a2a00971e3f"},
8+
"nimble_options": {:hex, :nimble_options, "0.5.2", "42703307b924880f8c08d97719da7472673391905f528259915782bb346e0a1b", [:mix], [], "hexpm", "4da7f904b915fd71db549bcdc25f8d56f378ef7ae07dc1d372cbe72ba950dce0"},
9+
"scenic": {:git, "https://github.com/ScenicFramework/scenic.git", "e7e7e0315a1cc4d9a05b7ceb0ef5115c95af318b", [branch: "main"]},
10+
"scenic_driver_local": {:git, "https://github.com/ScenicFramework/scenic_driver_local.git", "5e2ac3f2b6b2c5d4e809a327d01b99689d4332fa", [branch: "main"]},
11+
"truetype_metrics": {:hex, :truetype_metrics, "0.6.1", "9119a04dc269dd8f63e85e12e4098f711cb7c5204a420f4896f40667b9e064f6", [:mix], [{:font_metrics, "~> 0.5", [hex: :font_metrics, repo: "hexpm", optional: false]}], "hexpm", "5711d4a3e4fc92eb073326fbe54208925d35168dc9b288c331ee666a8a84759b"},
1112
}

0 commit comments

Comments
 (0)