From f5e85f33ab2be4de7382fc2d7f21ad994cbd9750 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Tue, 12 Mar 2024 02:04:02 +0000 Subject: add leptos shiut --- shells/dev.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shells') diff --git a/shells/dev.nix b/shells/dev.nix index f715813..088a8f5 100644 --- a/shells/dev.nix +++ b/shells/dev.nix @@ -4,10 +4,14 @@ pkgs.mkShell { nativeBuildInputs = with pkgs; [ clang llvmPackages.bintools + xorg.libX11.dev + xorg.libXft.dev + xorg.libXinerama.dev rustup rustfmt trunk rustc-wasm32 dioxus-cli + cargo-leptos ]; } -- cgit v1.2.3